home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / netmail / yarn_090.zip / FRANCAIS.BAT < prev    next >
DOS Batch File  |  1996-02-10  |  690b  |  24 lines

  1. @echo off
  2. if x%1 == x goto usage
  3. if not exist %1 mkdir %1
  4. copy *.bat %1 >nul
  5. copy *.exe %1 >nul
  6. copy francais.mai %1\mail.hlp >nul
  7. copy francais.new %1\news.hlp >nul
  8. copy *.doc %1 >nul
  9. copy global %1 >nul
  10. set YARN=%1
  11. echo Rajoutez cette ligne dans votre fichier AUTOEXEC.BAT :
  12. echo SET YARN=%1
  13. echo.
  14. echo Important: Si vous aviez une version anterieure a 0.90 sur votre
  15. echo            systeme, lisez le fichier FRANCAIS.UPG.
  16. goto end
  17. :usage
  18. echo Utilisation : francais [<drive>:]<directory>
  19. echo.
  20. echo Installe PC Yarn dans le repertoire specifie.
  21. echo Important : Choisissez un disque avec beaucoup d'espace libre.
  22. echo             Les news y seront stockees.
  23. :end
  24.